home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / os2 / cl_atapi.exe / IDECDROM.DDP < prev    next >
Text File  |  1995-08-14  |  2KB  |  32 lines

  1. *********************************************************
  2. *                                                                                            *
  3. *      IDE CDROM Device driver profile for OS/2 2.1                          *
  4. *                                                                                         *
  5. *      Special Version for Cretive Labs CD220E 1.00, 1.01 & higher micro-code *
  6. *         1) make sure that \os2\boot\ibmidecd.flt,                                 *
  7. *                       \os2\boot\os2cdrom.dmd,                                       *
  8. *                       \os2\boot\ibm1s506.add,                                        *
  9. *                  have read only attribute turned off                                *
  10. *                                                                                             *
  11. *         2) CL_IDE.FLT will control only 1.00, 1.01 level drives                *
  12. *                other vintages will be run directly by OS2CDROM.DMD          *
  13. *         3) CL_IDE.FLT must be loaded after IBM1S506.ADD in Config.sys     *
  14. *                 in order to function correctly                                        *
  15. ********************************************************
  16.  
  17. :TITLE
  18. IDE CDROM Device Driver Support
  19.  
  20. :CONFIG                 * Add the following lines to CONFIG.SYS
  21. BASEDEV=IBMIDECD.FLT
  22. BASEDEV=IBM1S506.ADD
  23. BASEDEV=CL_IDE.FLT
  24. DEVICE=OS2CDROM.DMD
  25.  
  26. :FILES                  * Copy the driver into \OS2 on the boot drive
  27. IBMIDECD.FLT \OS2\BOOT\IBMIDECD.FLT
  28. IBM1S506.ADD \OS2\BOOT\IBM1S506.ADD
  29. OS2CDROM.DMD \OS2\BOOT\OS2CDROM.DMD
  30. CL_IDE.FLT \OS2\BOOT\CL_IDE.FLT
  31.  
  32.